home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / alad170.zip / ALTLOGIN.DOC < prev    next >
Text File  |  1993-06-30  |  4KB  |  78 lines

  1.  Q) I have to dial though another system to get to GEnie,  and I don't have
  2.     to send out the "HHH" to get the U#= login prompt. How can I make
  3.     Aladdin understand this so I can use it automatically?
  4.  
  5.  A) Aladdin has a facility called an "autologin script" which allows you to
  6.     replace Aladdin's internal login procedures with a script.
  7.  
  8.  The following autologin script files are included in the GEnie PC Aladdin
  9.  distribution:
  10.  
  11.     CCVAN.SCR       Autologin script for C&C VAN network users
  12.     DATAPAC.SCR     Autologin script for DATAPAC users
  13.     DATEX-P.SCR     Autologin script for Datex-P PDN users
  14.     SPRINT.SCR      Autologin script for SprintNet users
  15.     SPRINTAK.SCR    Autologin script for SprintNet users RESIDING IN ALASKA.
  16.  
  17.  Before you can make use of a script, you must add it to Aladdin. You only
  18.  need to do this once, and then the script will be available every time you
  19.  run Aladdin.  Use the following procedure:
  20.  
  21.      1.  At Aladdin's Main Menu, on the bottom right-hand side of the
  22.          screen, you'll see a listing of scripts already contained in
  23.          Aladdin.  The scripts will be numbered from 3 through 9.
  24.  
  25.      2.  Select a script number into which you will load this script.  If
  26.          you have empty slots in the script listing, use one of them.  If
  27.          all the slots already contain scripts, you'll have to delete one
  28.          of them before you can add this one.
  29.  
  30.      3.  Jot down the script number you've selected so you don't forget it.
  31.  
  32.      4.  Press F7 to enter Aladdin's script editor.  The listing of scripts
  33.          will now be on the upper right of your screen.
  34.  
  35.      5.  If you need to delete an existing script to make room for this
  36.          one, press D.  Then press the number of the script you wish to
  37.          delete. Aladdin will delete the script.  (If you don't need to
  38.          delete an existing script, then skip this step.)
  39.  
  40.      6.  To add the new script to Aladdin, press A.  Aladdin will place you
  41.          into the script editing window and display a "skeleton" new
  42.          script.
  43.  
  44.      7.  Press CTRL-Y several times to delete all the text that's displayed
  45.          in the editing window.
  46.  
  47.      8.  Press CTRL-K (Aladdin will beep), then press R.  A dialog box will
  48.          open requesting a file name.  Type the name of the required
  49.          script, then press <ENTER>. Aladdin will read the script file into
  50.          the editor.
  51.  
  52.      9.  Press CTRL-PgUp to move to the beginning of the script.
  53.  
  54.     10.  Replace the "#" in the first line of the script with the script
  55.          number you'll be using (the number you jotted down in step 3).
  56.          THIS STEP IS IMPORTANT!
  57.  
  58.     11.  Enter the phone number and make any other changes that may be
  59.          needed (such as modem reset string, dial command, etc.) in the
  60.          configuration section.
  61.  
  62.             ;Configuration
  63.  
  64.             SETSTRING 1 "###-####"      | Local SprintNet number
  65.             SETSTRING 2 "ATZ"           | Modem reset
  66.             SETSTRING 3 "ATDT"          | Dial command
  67.             SETSTRING 4 "2400"          | Baud rate
  68.  
  69.     12.  Now press <ESC> to save the script.  When Aladdin finishes saving
  70.          the script, you'll be back at the script editor menu.  Press <ESC>
  71.          again to return to the Aladdin's Main Menu.  The new script should
  72.          now be listed in your list of Aladdin scripts.
  73.  
  74.  The autologin facility is turned on by the /LS command line argument.  If
  75.  you invoke Aladdin with "ALAD /LS", Aladdin will use script 3 for the
  76.  autologin process. If you're autologin process is one of 4 through 9, add
  77.  the script number immediately after the /LS, i.e. "ALAD /LS4".
  78.